Untrusted

@Serializable
data class Untrusted(val x509CertChain: List<String>, val error: VerifierAuthenticationFailureType) : VerifierAuthenticationResult

Indicates the verifier authentication object could not be trusted.

Constructors

Link copied to clipboard
constructor(x509CertChain: List<String>, error: VerifierAuthenticationFailureType)

Properties

Link copied to clipboard

The specific authentication error encountered during verification. This is not necessarily the only validation error, but it is the first one detected.

Link copied to clipboard
val x509CertChain: List<String>

The X.509 certificate chain of verifier authentication object, represented as an array of PEM strings.